toggle menu
MobileSDK
6.37.0
switch theme
search in API
MobileSDK
/
com.genband.mobile.api.services.push
/
[androidJvm]PushUnsubscriptionCallback
Push
Unsubscription
Callback
public
interface
PushUnsubscriptionCallback
Members
Functions
on
Fail
Link copied to clipboard
public
abstract
void
onFail
(
MobileError
error
)
Callback method which is called when the operation fails.
on
Success
Link copied to clipboard
public
abstract
void
onSuccess
(
)
Callback method which is called when the operation is successful.